Difference between revisions of "Gnustep-fuzzy"

From GNUstepWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
shortdescription = AI library for rendering GNUstep. |
 
shortdescription = AI library for rendering GNUstep. |
  
currentversion = [https://github.com/enrytheermit/gnustep.git 0.1+]|
+
currentversion = [[Image:Gnustep-fuzzy-0.2.tar.gz|0.2]]|
  
 
releasedate = 2014-12-21 |
 
releasedate = 2014-12-21 |
Line 12: Line 12:
 
license = LGPL GPL |
 
license = LGPL GPL |
  
overview = Gnustep-fuzzy is a library for updating the renderer with fuzzy logic and decision tree code.
+
overview = Gnustep-fuzzy is a library for decision tree and fuzzy logic in GNUstep applications.
  
 
== Description ==
 
== Description ==
  
Gnustep-fuzzy is a library for updating the renderer with fuzzy logic and decision tree code.
+
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 ==
  
 
Feedback and response can be sent later on when the library is developed further.
 
Feedback and response can be sent later on when the library is developed further.
  
Source code is at [http://github.com/enrytheermit/gnustep.git github] |
+
The main development site is at [http://github.com/enrytheermit/gnustep.git github] and here is a [[Image:Gnustep-fuzzy-0.2.tar.gz|0.2 development release tarball]]|
  
 
features = fuzzy logic and decision tree inferer |
 
features = fuzzy logic and decision tree inferer |
Line 29: Line 29:
  
 
relatedlinks =  
 
relatedlinks =  
* [[Fuzzy Documentation of fuzzy logic on this wiki]]
+
* [[Fuzzy]] Documentation of the library with explanations about the AI 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]]
 
}}
 
}}

Latest revision as of 09:31, 12 March 2015

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: File:Gnustep-fuzzy-0.2.tar.gz

  • 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.

The main development site is at github and here is a File:Gnustep-fuzzy-0.2.tar.gz

Features

fuzzy logic and decision tree inferer

Maintainer

`Enry the `Ermit

Related Links