SFML community forums

General => SFML projects => Topic started by: rcote on November 22, 2018, 10:20:55 pm

Title: Hexagon grid library - zsys
Post by: rcote on November 22, 2018, 10:20:55 pm
Hi everyone,

I've been experimenting with the SFML library recently for the first time and I decided to create an hexagon grid library with it for a project of mine. The concept is to have events like mouse click, move, delete and so one.. on every hexagon.

You can take a look at a small demo I made there:
https://www.youtube.com/watch?v=UHRpq8_zpNE (https://www.youtube.com/watch?v=UHRpq8_zpNE)

And you can download and find info on the library there:
https://www.zone09.net/?p=03Y29udGVudC9kZXYvbGlienN5cy9saWJ6c3lzX2Jhc2ljLnBocA== (https://www.zone09.net/?p=03Y29udGVudC9kZXYvbGlienN5cy9saWJ6c3lzX2Jhc2ljLnBocA==)

Code for demo can be found in the attachment.

I would like your comment on this if you don't mind  :)


Thanks