Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - OUTSEET

Pages: [1]
1
SFML game jam / new sfml game jam
« on: November 01, 2022, 09:38:06 pm »
this game jam is made to revive the SFML library this library didn't have any game jam in a while I love using SFML so I decided to create a game jam for it there's no theme using sfml you can create anything so try building a simple game from any theme you like to make sure to enjoy the game jam.
link of the jam: https://itch.io/jam/sfml-game-jam


2
SFML projects / game engine
« on: September 30, 2022, 07:15:44 pm »
i am creating a game engine using the best library sfml It will not be a big 2d engine just a side project to learn more:
https://twitter.com/i/status/1574503853172707328

3
General / Re: remove the console window mingw
« on: September 27, 2022, 02:35:43 pm »
thanks

4
Graphics / input handler not working
« on: September 25, 2022, 10:29:45 pm »
i have 4 code:
input.hpp
input.cpp
core.hpp
main.cpp

tell me if you want a code

I have this error using vscode and MinGW:

g++ -Isrc/include -c coding/main.cpp
g++ main.o -o main -Lsrc/lib -lsfml-graphics -lsfml-window -lsfml-systemmain.o:main.cpp:(.text+0x1b9): undefined reference to `Input::InputHandler(sf::Event, sf::RenderWindow&)'
main.o:main.cpp:(.text+0x45c): undefined reference to `Input::Input()'
collect2.exe: error: ld returned 1 exit status
MakeFile:7: recipe for target 'link' failed
mingw32-make: *** [link] Error 1


5
General / remove the console window mingw
« on: September 22, 2022, 04:46:15 pm »
hi i am trying to remove the console window from my game I am using MinGW and vscode I tried to put
-lsfml-main in the makefile but it's not working

6
General / Re: Searching for a full devlog series using sfml
« on: September 20, 2022, 07:18:11 pm »
no just a devlog about any kind just to know if indie developers like me use the amazing sfml library

7
General / Searching for a full devlog series using sfml
« on: September 14, 2022, 10:14:30 pm »
i am searching for a devlog series using the sfml libraries please

8
General / how to build game as release mode using visual studio code
« on: July 30, 2022, 02:32:27 pm »
so i have a game and it's running slow with debug and the console window is bad so how I can build my game in release mode using visual studio code because I have linux and I don't use visual studio :(

9
General / i need video tutorial now please!
« on: July 30, 2022, 12:12:46 am »
so i just started learning opengl i made a simple game but do you know a video tutorial to learn from from 0   sfml

Pages: [1]
anything