Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
1df8e024
Commit
1df8e024
authored
16 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
No C++
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@1379
42af7a65-404d-4744-a932-0658087f49c3
parent
522a84c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
graphics/README.txt
+11
-6
11 additions, 6 deletions
graphics/README.txt
with
11 additions
and
6 deletions
graphics/README.txt
+
11
−
6
View file @
1df8e024
...
...
@@ -10,8 +10,11 @@ Roadmap
This directory holds NuttX graphic packages. Not all of these packages are implemented
at the present, but here is the longer term roadmap:
NXWIDGETS - A high level, C++, object-oriented library for object-oriented access
to graphics widgets. NXWIDGETS is built on top of NXTOOLKIT and NX.
NXWIDGETS - I had originally planned a high level, C++, object-oriented library for
object-oriented access to graphics widgets. However, because C++ compilers
are not available for some of the targets supported by NuttX, I have
decided to implement the entire solution in C -- that makes the solution
much uglier, but works fine on all platforms.
NXTOOLKIT - A set of C graphics tools that provide higher-level window drawing
operations. The toolkit can be used for window-oriented graphics
without NXWIDGETS and is built on top of NX.
...
...
@@ -29,8 +32,8 @@ Related Header Files
include/nuttx/nxglib.h -- Describes the NXGLIB C interfaces
include/nuttx/nx.h -- Describes the NX C interfaces
include/nutt/nxtk.h --
Will d
escribe the NXTOOLKIT C interfaces
include/nuttx/nxwidgets.h -- Will describe the NXWIDGETS classes
include/nutt/nxtk.h --
D
escribe the NXTOOLKIT C interfaces
include/nuttx/nxwidgets.h -- Will describe the NXWIDGETS classes
(no longer planned)
Directories:
^^^^^^^^^^^^
...
...
@@ -64,8 +67,10 @@ graphics/nxsu
is selected when CONFIG_NX_MULTIUSER is defined in the NuttX configuration file.
graphics/nxtoolkit
This is where the NXTOOLKIT implementation will reside.
This is where the NXTOOLKIT implementation resides. This toolkit is built on
top of NX and works with either the single-user or multi-user NX version. See
include/nuttx/nxtk.h
graphics/nxwidgets
This is where the
NXWIDGETS implementation
will resid
e.
At one time, I planned to put
NXWIDGETS implementation
here, but not anymor
e.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment