initial setup

This commit is contained in:
2025-01-14 21:32:58 +01:00
parent 8da78e51e8
commit 3de570b141
4 changed files with 101 additions and 30 deletions

View File

@@ -1,3 +1,10 @@
# Goal
Building my Powder Toy in C with Raylib.
It will be a cellular automaton with gravity and different particles: the evolution of conway's game of life...
Users should be able to save their creations.
It should be in a well-written and well-optimized code, and should be multiplatform ready.
# Raylib-Quickstart
A simple cross platform template for setting up a project with the bleeding edge raylib code.
Works with C or C++.