Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wow! Don't know what to like more: your drink or your code. I'm always interested in people using C++ to do cool stuff. Are you going to make this public, so I could take a look at your project?
-
@phoomparin Thanks for showing interests!
I Love C++!
The engine is available at:
https://github.com/sebbekarlsson/... -
What's your goal with this engine? Just write your own engine or something else?
-
Why you dont use Unity, is much more easier to develop in it. But Making models to unity from angles and lenghts is pain in the ass, need to do it yourself.
Btw why C++? Why not C#? -
osmarks8678y@mtcool112 That kind of depends. The syntax is quite like Java's, and the standard library is pretty good, but sometimes it can be very annoying to use.
-
@mtcool112 "is C++ nice?"
C++ is kinda like my first car. A bit ugly, a bit past its prime, and something will likely go horrible wrong. Soon.
And yet, it holds a special place in my heart. 😊 -
sbuberl178yHow do you like SDL? Considered using it when I started playing around with a c++ game. Chose cocos2dx instead.
-
@ianertson I really like your code style, clean and concise. Looks very similar to Google's C++ styleguides.
-
@madrix999 but with wpf you dont need to bother with window and graphical stuff, its much easier. And i dont know exacrly, C# is much robust in the base, but C++ needs to use bunch of std:: etc.
-
@WesterWest once again, this is about making a game engine FROM SCRATCH, not a game.
-
@WesterWest so? The point of making an engine is to make it from scratch and determine how you render stuff, otherwise why do it? Whats the point of using a library that does everything you need it to do? That just leads to bad optimization for a game engine...
-
@WesterWest c# is a piece of shit that came from Microsoft. I'm a Linux guy and I would never ever touch the Windows operating system. That's why.
-
@sbuberl SDL has it's flaws, but it does the job and I am quite comfortable with it :)
-
@phoomparin Thank you! That makes me very happy :) I have never followed a style-guide and I learned C++ while trying to make a Pong game a while back haha!
-
AuroraPaul02y@Arlekin nothing can make me object to this perfect opinion of yours. I'm also creating something new for myself.
!rant
Working on a C++ game engine
undefined