Ventilate DevBlog #3
Ventilate DevBlog #3
Character Design
After a few weeks of hard work, we started to get our heads around character design and user playability.
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 #3
Character Design
After a few weeks of hard work, we started to get our heads around character design and user playability.
Studio Launch October 2023
Photographs of our amazing launch event at GamerFest in the RDS.
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?