Anyflyer flight simulator

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
and-r
Posts: 2
Joined: Tue Jul 16, 2019 6:10 pm

Anyflyer flight simulator

Post by and-r »

Hi All,
This is my little flight simulator project which I started making over a year ago.
It has simple graphics and no sound (yet?) but airplane behaviour is quite realistic.
You can control the plane by mouse and a few keys on the keyboard.
You can also modify parameters of the aircrafts in text files and see what's happening.

Versions for Linux and Windows are available to download from:
https://github.com/and-r/anyflyer

There is also a short video on Youtube:
https://youtu.be/Ss2YTQiqeB8

Feel free to test/watch. All comments are highly appreciated :)

Image
Image
Image
Image
Last edited by and-r on Wed Jul 17, 2019 7:07 pm, edited 2 times in total.
CuteAlien
Admin
Posts: 9670
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Anyflyer flight simulator

Post by CuteAlien »

Hi and-r,

welcome on forum and nice to have another opensource game (haven't played yet, will check soon). Tiny note about images not showing up in your post - just put them in another post and it'll work (no images in first forum post had become necessary at some point because of spammers).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: Anyflyer flight simulator

Post by greenya »

Watched video. Like it. Keep up good work :)
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Anyflyer flight simulator

Post by netpipe »

The code should have physics as seperate file(it was hard to find), also I added below lines to pro file to compile with QT Designer on linux. when i choose paraglider it freezes a couple seconds after pressing space bar.

INCLUDEPATH +=/Dev/libs/game/irrlicht/Irrlicht-SVN/include
LIBS += -lIrrlicht -lX11 -lXxf86vm -lGL -L/Dev/libs/game/irrlicht/Irrlicht-SVN/lib/Linux

what is the endgoal of the project a complete working simulator like microsoft flight ?
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
and-r
Posts: 2
Joined: Tue Jul 16, 2019 6:10 pm

Re: Anyflyer flight simulator

Post by and-r »

Thanks for comments,

@tecan, I use Qt creator and don't need these lines in pro file. Is Designer an other IDE than Creator?
when i choose paraglider it freezes a couple seconds after pressing space bar.
Is it just after loading a scene, when unpausing should run the simulation? Or later? Anyway, I don't have it on my machine. Paraglider is a tough model, maybe because it has many very thin triangles as ropes.
The code should have physics as seperate file
Yeah, maybe it would give some elasticity, but the simulator was not planned as a big project by myself.

Project's goal? Hmm.. it is a difficult question :D The goal was just making it, for fun and to learn programming. I don't have any serious plans for it now.

@Cutealien, I will see with the images.
chronologicaldot
Competition winner
Posts: 685
Joined: Mon Sep 10, 2012 8:51 am

Re: Anyflyer flight simulator

Post by chronologicaldot »

Echoing CuteAlien: nice to see another open-source flight sim. Flight sims are a good first project for a game, especially if you're not interested in modeling much. hehehe
Welcome to the community, and-r!
Post Reply