[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/jp/ - Otaku Culture

Search:


View post   

>> No.12994140 [View]
File: 59 KB, 640x480, new parks.png [View same] [iqdb] [saucenao] [google]
12994140

>>12993078

This is what it's for.

>> No.12902879 [View]
File: 59 KB, 640x480, new parks.png [View same] [iqdb] [saucenao] [google]
12902879

>>12897050
>What language/framework do you use?

C++/SFML

>Can you give the source code?

It's in the zip in the link under /src/.

>Do you have any experiences with isometric games?

I've done them before but I prefer not to. They're more annoying to create content for IMO.

>> No.12864236 [View]
File: 59 KB, 640x480, new parks.png [View same] [iqdb] [saucenao] [google]
12864236

>>12864177

https://sfml-dev.org/

I used version 2.1 but 2.0 worked too and I used to use that and I would assume 2.2 might work.

http://www.sfml-dev.org/tutorials/2.2/start-linux.php

You'll have to link against that as I'm using it for a graphics library. You'll need -lsfml-graphics, -lsfml-window and -lsfml-system.

I don't use the networking or graphics parts so those aren't needed.

(Also I should note you'll need a relatively modern C++ compiler since I use C++11 extensively so you'll need to -std=c++11 as an argument.)

Navigation
View posts[+24][+48][+96]