https://github.com/deccer/howtoscript
https://github.com/deccer/howtoscript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deccer/howtoscript
- Owner: deccer
- License: mit
- Created: 2024-07-06T23:21:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T00:39:40.000Z (6 months ago)
- Last Synced: 2024-12-20T01:28:12.067Z (6 months ago)
- Language: C++
- Homepage:
- Size: 7.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HowToScript
Just me trying out yet another way to write an engine from scratch. This time in C++23. ~~Trying to keep everything
in [Main.cpp](src/Main.cpp) and then abstract parts out into separate units or class when needed/necessary.~~ Looks like I just went past this point and did separate things out into separate units.I will be using OpenGL 4.6. Perhaps when I found a form or state I am happy with I might make it flexible enough
to handle Vulkan too, let's see.Various people help or have helped me in the process. Be it funny comments, actual advise or ideas for the future.
Thank you in alphabetical order :)
- [anicator](https://anicator.com/)
- [bayboykiller](https://github.com/BoyBaykiller/IDKEngine)
- [bjorn](https://github.com/btipling)
- [darian](https://github.com/Darianopolis)
- [domeboyrichter](https://github.com/forenoonwatch)
- [eearslya](https://github.com/Eearslya)
- [eliasdaler](https://edw.is/)
- [geryu](https://github.com/cajallen)
- [hatrickek](https://github.com/Hatrickek)
- [jaker](https://github.com/JuanDiegoMontoya)
- [lady bloom](https://www.froyok.fr/)
- [lvstri](https://github.com/LVSTRI/)
- [neure](https://github.com/tksuoran)
- [pat](https://patrick-is.cool/)
- [sean](https://github.com/spnda)
- [someone somewhere](https://www.s1sw.xyz/projects/)
- [the_demongod](https://www.youtube.com/watch?v=Cx1UjaRyYvs)<3
The fform models are made by [this](https://untitled.xyz/) cool person and I have them from [here](https://sketchfab.com/untitledxyz_). They seem to be CC Licenced and they have not been modified.