XyrisOS / xyris

The Xyris Kernel
https://xyr.is
MIT License
154 stars 11 forks source link

Resolve "Framebuffer Double Buffering" #267

Closed Jmallone closed 3 years ago

Jmallone commented 3 years ago

add a double framebuffer in graphics.cpp and i made a litle animation test in same file.

Jmallone commented 3 years ago

Closes #257

Jmallone commented 3 years ago

Overall pretty good! Just make sure you double check the code for common syntax mistakes before submitting. If you use VSCode for your IDE, you can install the clang-format plugin and then right click the code and click Format Document to automatically format using our style guide.

I missed some mistakes, my bad. I use vim, i'll later search a plugin for made this automatically 😅

the-grue commented 3 years ago

I use vim

vi / vim for the win!