Difference between revisions of "Gnustep-fuzzy"
Jump to navigation
Jump to search
Bubble.rogue (talk | contribs) |
Bubble.rogue (talk | contribs) |
||
Line 17: | Line 17: | ||
Gnustep-fuzzy is a library for updating the renderer with fuzzy logic and decision tree code. It will try to update the renderer of QuartzCore or CoreAnimation and CoreGraphics later on. It can also be used stand-alone for GNUstep games writing as simple AI engine. | Gnustep-fuzzy is a library for updating the renderer with fuzzy logic and decision tree code. It will try to update the renderer of QuartzCore or CoreAnimation and CoreGraphics later on. It can also be used stand-alone for GNUstep games writing as simple AI engine. | ||
− | + | It is written in portable Objective-C with no dependencies except gnustep-base. | |
== Links == | == Links == | ||
Line 29: | Line 29: | ||
relatedlinks = | relatedlinks = | ||
− | * [[Fuzzy Documentation of fuzzy logic on this wiki | + | * [[Fuzzy]] Documentation of fuzzy logic on this wiki |
* [https://github.com/enrytheermit/gnustep/tree/master/gnustep-fuzzy gnustep-fuzzy at github]| | * [https://github.com/enrytheermit/gnustep/tree/master/gnustep-fuzzy gnustep-fuzzy at github]| | ||
category = [[Category:Libraries]] | category = [[Category:Libraries]] | ||
}} | }} |
Revision as of 16:59, 21 December 2014
This is a proposal for an approach that is not yet part of GNUstep though there is source code
AI library for rendering GNUstep.
Current Version: 0.1+
- Released: 2014-12-21
- Licensed: LGPL GPL
Overview
Gnustep-fuzzy is a library for decision tree and fuzzy logic in GNUstep applications.
Description
Gnustep-fuzzy is a library for updating the renderer with fuzzy logic and decision tree code. It will try to update the renderer of QuartzCore or CoreAnimation and CoreGraphics later on. It can also be used stand-alone for GNUstep games writing as simple AI engine. It is written in portable Objective-C with no dependencies except gnustep-base.
Links
Feedback and response can be sent later on when the library is developed further.
Source code is at github
Features
fuzzy logic and decision tree inferer
Maintainer
`Enry the `Ermit
Related Links
- Fuzzy Documentation of fuzzy logic on this wiki
- gnustep-fuzzy at github