Page MenuHomeFreeBSD

New port: devel/fifechan
ClosedPublic

Authored by tobik on Feb 28 2017, 5:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 11:44 AM
Unknown Object (File)
Jan 30 2024, 5:21 PM
Unknown Object (File)
Dec 30 2023, 10:39 AM
Unknown Object (File)
Dec 30 2023, 10:39 AM
Unknown Object (File)
Dec 30 2023, 10:39 AM
Unknown Object (File)
Dec 30 2023, 10:27 AM
Unknown Object (File)
Dec 28 2023, 8:18 AM
Unknown Object (File)
Dec 23 2023, 10:07 AM
Subscribers
None

Details

Summary
New port: devel/fifechan

Fifechan is a lightweight cross platform GUI library written in C++
specifically designed for games.  It has a small yet powerful built-in
set of extendable GUI Widgets allowing users to create virtually
unlimited types of widgets.

Fifechan supports rendering in SDL, OpenGL, or Allegro out of the box
or it can be adapted to use any rendering engine the user requires.
Events are pushed to Fifechan which allows users to use any input
library they wish or they could use the built in input handling
through either SDL input or Allegro input.

The primary goal for Fifechan is to keep it extendable, lightweight
and still be powerful enough to use in all types of games out of the
box.

WWW: http://fifengine.net/

PR:		217322
Submitted by:	fiziologus@gmail.com (based on)
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7803
Build 7948: arc lint + arc unit

Event Timeline

tobik retitled this revision from to New port: devel/fifechan.
tobik updated this object.
tobik edited the test plan for this revision. (Show Details)
tobik added reviewers: lme, mat.
lme edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Feb 28 2017, 9:08 PM
This revision was automatically updated to reflect the committed changes.