Ventilate DevBlog #2
Ventilate DevBlog #2
So, it’s time for another little update.
We’re happy with the progress we’ve made on bits and pieces but over the next week, it should all come together more to form a cohesive whole.
Game Developer and Publisher. Founder of Scattergood Studios. A game developer, player, and entrepreneur. One of the most prolific game developers in the 1980s and probably the first famous game developer from Ireland.
Ventilate DevBlog #2
So, it’s time for another little update.
We’re happy with the progress we’ve made on bits and pieces but over the next week, it should all come together more to form a cohesive whole.
Do you create all your graphics from scratch or do you use prebuilt models? We decided to create all our own graphics for Ventilate. Here’s part of the story…
What are fractals?
In mathematics, a fractal is a geometric shape created typically by a mathematical function.
Coding: Fast drawing arc algorithm in C. Part of our low level coding series
How do you draw a really fast line?
If you’re into 3D computer graphics this is usually the first question you’ll be challenged with. Drawing a line is easy. But how do you do it quickly?