Matthew Wesolowski
@MatthewWesolows
"By all accounts, this doesn't make any sense"
-Kronk
ATTENTION ALL REPLERS:
If you have used a GUI library for any language in the past or are currently using one, please take a little time to complet
InvisibleOne Well... I've used Python Turtle.
Lots of documentation and it was really easy to use. I liked how the output looked and the cool patterns I could make.
Nothing really, I haven't used it extensively enough to find stuff I dislike.
The most important thing is how simple it is, and how it's a great library to teach people about python in a fun way which they can experiment with without much knowledge of python syntax.2 years ago
After struggling with keeping framerate high in my game engine for a couple days, I decided to take a week-or-so break. I later come back to find tcpp11
Coder100 ah yes blame the library before blaming yourself
in all seriousness though, segmentation faults are very finicky -- they sometimes happen and they sometimes don't. Check your code to make sure you have allocated all the memory required to make all operations.2 years ago
7
Cross EngineA game engine for c++ because python gets all the attention.
Build 0.0.1
106
1
7
Edit
I've decided to list some features I hope to include in the next public share of the engine. I've also decided the name for my engine! The Crocpp11
EdwardBentler That's amazing, I always think of console-based languages as ... well, restricted to consoles, so I used them as such, but this is so great! Keep up the amazing work (please).2 years ago
fuzzyastrocat Nicely done. (I agree that I wish more languages got the attention they deserve on here... I'd rant about how Python is essentially worthless as a modern programming language, but I don't think that'd be useful :D)
One thing tho...
> use a projection matrix as a black box
Arghhh, it's not! I used to think that too, until I read into it more and realized how simple it is. It's actually very reasonably derivable with just algebra... there's an article somewhere on here about it, which I can'2 years ago
Is there any way to get draw functions and a GUI in a nice little lightweight library (for c++)? I tried getting graphics.h using the shell, but repli
This has probably been done before...
While writing my console game engine, I had come across a problem: I wanted users of the engine to be able to c
C++
To give you some insight, I've been working on a C++ long term project to design an RPG with a singleplayer mode, but also the ability to modify and b
C++
I've been trying to learn web programing (HTML, CSS, JS) over the past week, but it doesn't seem to 'click' with me, anyone know any good online tutor
Coder100 here are some!
https://www.w3schools.com/html/
https://www.tutorialspoint.com/html/index.htm
https://www.youtube.com/watch?v=pQN-pnXPaVg
As long as you keep sticking with it, you'll be able to get it eventually!2 years ago
DynamicSquid The thing with Web Dev is you just have to create stuff. Once you know the basics, just start making websites and you'll naturally learn a lot on the way. Get inspired by looking at other websites, and try to recreate them with your own touch. Take a look at Zen Garden to see some cool things you can do. You can also use W3Schools as a reference guide to help you.
Or maybe Web Dev isn't for you. Maybe try learning another programming language...2 years ago
gibbsfreenergy Hey! So I have also been encountering the same issues as you, mainly my issue was being indecisive on which options to choose, so I'd be more than happy to help you. Here are a few tutorials:**
#1 HTML -- Help you get the web moving.
#2 HTML -- Helps you start your own creation.
#3 HTML--Teaches the basics
This tutorial is very beneficial and I have learnt a lot from here.
These tutorials have helped me and are made specifically to help you improve.
Hope this helps and have a great day! :)2 years ago
Hokay, this took me a lot of time... Especially with school. I was only allowed to get about 100 lines per week if i'm lucky. This game is nowhere nea
C++
MatthewWesolows The numbers you see are the population size, the numbers with commas are the corresponding mutations of each creature: Speed, Size,luck. Luck gives a chance to survive after finding no food3 years ago