List of commits:
Subject Hash Author Date (UTC)
Temporarily comment out vectors to allow compiling 999b52a93401807649ad0833d6a4263141c4dfe2 fluffrabbit 2024-09-29 06:59:01
Add optional nearest filtering for framebuffers 9816591d41a467927a186ff6c0c89e416f7b7591 fluffrabbit 2024-09-27 19:27:32
Update readme 0cd4093bb5b4d62773de5c08c1368594bbf8f6d4 fluffrabbit 2024-09-27 18:01:31
fgcDrawFramebuffer needs index, not bool d076dc141feb0be619b8c09efa04142ff4757ad6 fluffrabbit 2024-09-27 17:57:31
Fix fgcLoadOBJ and update pagoda demo e77a6c778f218f906b73825aaa7d5924b0c4cd0f fluffrabbit 2024-09-18 02:06:07
Work on fgcLoadOBJ some more 3429e9a2b8fef4700ea61eede2974c532b6b4a5d fluffrabbit 2024-09-17 06:56:23
Work on fgcLoadOBJ e1d3eb6f3b0d009a30d1f2931f9d548cc8d14967 fluffrabbit 2024-09-14 06:37:16
Add fgcNormalizeVertices 7d7dfbf70275dc5cd3529e3755a2301ba06cb6fe fluffrabbit 2024-09-10 01:44:33
Draw scene color 12354112add161591f2801600ffc592faddef502 fluffrabbit 2024-07-11 22:18:26
Put framebuffer textures in an array ad44ec442db02cbb194559948d7183580b488cec fluffrabbit 2024-07-11 19:33:58
Initial commit cd1f3278f6f9a79255ba17b3b9eb0c224c8fd091 fluffrabbit 2024-07-10 17:32:30
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/fluffrabbit/cfps

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/fluffrabbit/cfps

Clone this repository using git:
git clone git://git.rocketgit.com/user/fluffrabbit/cfps

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main