Skip to content
Sign UpLog In
Profile icon

Matthew Wesolowski

@MatthewWesolows
"By all accounts, this doesn't make any sense" -Kronk
  • Loading...

    Cover page
    Made with C++

    Me first loading screen :3

    Recent comments (0)
  • ConsoleGameEngine

    Cover page
    Made with C++

    Game engine for console games, will be complete with: GUI support Map making support and so on...

    Recent comments (0)
  • MemoryToolkit

    Cover page
    Made with C++

    A memory management system I designed originally for a game engine, but this may be useful for other projects of mine

    Recent comments (0)
  • modprojectgame(pre-alpha)

    Cover page
    Made with C++

    This is a single player RPG with a creation mode... still in pre-alpha. Currently working on data structure algorithms for the NPC's.

    Recent comments (0)
Repls
Community
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
GUI Library Survey
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
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
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
#cpp
#graphics
#maths
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 t
Cross Engine
cpp11
Coder100
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
MatthewWesolows
MatthewWesolows
published a Repl
2 years ago
7
Cross Engine
Cross EngineA game engine for c++ because python gets all the attention. Build 0.0.1
MeowTheMost
MeowTheMost
OMG4 months ago
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
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 Cro
C++ Game Engine-1
cpp11
Whippingdot
Whippingdot
AWESOME!2 years ago
EdwardBentler
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
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
MatthewWesolows
MatthewWesolows
shared a Post
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
Coder100
Coder100
opengl?2 years ago
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
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
MultipleFunctionArgs
C++
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
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
modprojectgame(pre-alpha)
C++
MatthewWesolows
MatthewWesolows
shared a Post
2 years ago
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
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
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
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
MatthewWesolows
MatthewWesolows
shared a Post
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
modprojectgame(pre-alpha)
C++
MatthewWesolows
MatthewWesolows
shared a Post
3 years ago
A simulator I made based off of this video
NaturalSelectionSimulator
C++
AphixDev
AphixDev
Nice job!3 years ago
MatthewWesolows
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
MatthewWesolows
MatthewWesolows
Here is the video: https://www.youtube.com/watch?v=0ZGbIKd0XrM&t=144s3 years ago