User:Alessia/Logbook: Difference between revisions
No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
X photo first working texture! Wow! | X photo first working texture! Wow! | ||
X scan of draft interactive coffee game | X scan of draft interactive coffee game | ||
*We fixed the problem with web hosting the godot scene! [[https://pzwiki.wdka.nl/mediadesign/Working_with_Godot#Cross_Origin_Isolation_-_SharedArrayBuffer_errors Here is the troubleshooting]] |
Revision as of 22:41, 7 October 2024
✶⋆.˚꩜ .ᐟ˙⋆✶ Hello ✶⋆.˚꩜ .ᐟ˙⋆✶
https://instafonts.io/font/gothic-good
𝟒 - 𝟓 𝖔𝖈𝖙
- Undecided between focus on javascript or godot I go for both, trying to understand with language and platform is easier to use, and timewise to learn
- I create a few simple scenes, with cubes and interactivity, first with javascript
- What I would like to do is anyway work with Blender, this then would get difficult without a game engine, so I will need to choose Godot, as I wanted from the beginning
- I return back to Godot. I started a while ago with an unfinished project (pong) made in GDscript, it’s too tedious and slow to work just in GDscript for me (for now at least) without any node editing.
- Working on the same cube interaction scene, but in Godot, is quite easy. The node editing is quite familiar and the scripts are not too complex (still). It's refreshing to see how easy is to set up physic and collision
- The html conversion is not as easy tho. What is clear is that without itch or any other platform I need anyway to host locally the website, but even after using python or chopchop I can’t find a way to make it work.
The errors are: SharedArrayBuffer & Cross Origin Isolation (both appearing)
I don’t understand still if that is a problem of Godot (the last version, Godot 4, is still having bugs and problems, and the html export might have something to do with it) or with the server setup that I might do wrong (there is something about the headers?)
- I might anyway stick to Godot and find a way later to implement the games directly in a website, even if I would have to use itch at the end :((((
- I managed to work with the import option between blender 4 and godot 4, even if godot supports blender until the 3.5 version. This might be why the textures were not imported (or maybe I need to import them as objects and not nodes? Maybe in that case you can work with the textures too?)
- I need to try godot 3.5 and blender 3.5 together to see if that will change anything (I won't have time)
- I should make a little game prototype for next week
𝟔 - 𝟕 𝖔𝖈𝖙
- Searching about localhosting I understood I can still preview the game directly from godot in the browser, anyway I think this might be a future knot to entangle when I will try to put the game on chopchop or anywhere else. In the meantime I’ll try to build something for next week, maybe with the returning home poems, a coffee game, then ask the tutors
- Found this https://codeincomplete.com/articles/javascript-pong/part1/
- Coffee making
My idea is making an ode to coffee making, an ode to my own memory of coffee, its ritualistic and nostalgic value. I will start from a little illustrated poem that I'll print in a little booklet, from that I'll get inspiration to make a website version of the ritual of the coffee making.
I want to make it because I would like to focus on small interactive projects using web developing, games that have an intrinsic poetic value, and with my own conception of what home is and how important are little fragments of memory.
Technically speaking I would like to focus on creating interactive experiences with the least amount of tools,I wanted to focus on javascript, but I would like to work with a game engine, so I will go with godot.
Making this project is a way for me to merge together what I mean with interactive poetic experiences, so trying to find ways to let people experience more intimate feeling always through interactivity, and my desire to learn to use different tools as much as I am researching themes and writing down this thing here. To really not fall too much in the rabbit hole of theme and writing complexity I like a lot without putting my technical skills fully in motion.
https://it.pinterest.com/pin/933934041472686348/
I fixed the texture import problem, right now with uv textures is easy, still not with procedural ones?
X photo first working texture! Wow! X scan of draft interactive coffee game
- We fixed the problem with web hosting the godot scene! [Here is the troubleshooting]