This is the Windows app named grafx - Extensible Java Graphics Package whose latest release can be downloaded as grafx-2.3.2-src.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named grafx - Extensible Java Graphics Package with OnWorks for free.
اتبع هذه التعليمات لتشغيل هذا التطبيق:
- 1. قم بتنزيل هذا التطبيق على جهاز الكمبيوتر الخاص بك.
- 2. أدخل في مدير الملفات الخاص بنا https://www.onworks.net/myfiles.php؟username=XXXXX باسم المستخدم الذي تريده.
- 3. تحميل هذا التطبيق في هذا الملف.
- 4. ابدأ تشغيل أي محاكي لنظام التشغيل OnWorks عبر الإنترنت من موقع الويب هذا ، ولكن أفضل محاكي Windows عبر الإنترنت.
- 5. من نظام التشغيل OnWorks Windows الذي بدأته للتو ، انتقل إلى مدير الملفات الخاص بنا https://www.onworks.net/myfiles.php؟username=XXXXX مع اسم المستخدم الذي تريده.
- 6. قم بتنزيل التطبيق وتثبيته.
- 7. قم بتنزيل Wine من مستودعات برامج توزيعات Linux الخاصة بك. بمجرد التثبيت ، يمكنك النقر نقرًا مزدوجًا فوق التطبيق لتشغيله باستخدام Wine. يمكنك أيضًا تجربة PlayOnLinux ، وهي واجهة رائعة على Wine والتي ستساعدك على تثبيت برامج وألعاب Windows الشائعة.
يعد Wine طريقة لتشغيل برامج Windows على نظام Linux ، ولكن بدون الحاجة إلى Windows. Wine عبارة عن طبقة توافق Windows مفتوحة المصدر يمكنها تشغيل برامج Windows مباشرة على أي سطح مكتب Linux. بشكل أساسي ، يحاول Wine إعادة تنفيذ ما يكفي من Windows من البداية حتى يتمكن من تشغيل جميع تطبيقات Windows دون الحاجة إلى Windows بالفعل.
لقطات الشاشة:
grafx - حزمة رسومات جافا القابلة للتوسيع
الوصف:
Line-drawing and polygon-filling rasterization algorithms in Java. Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). Individual pixel errors with overlapping polygons or line segments are about one in a billion, but I can't reproduce any errors at the moment by using random number generation with tens of millions of cases. Emphasis not only on correctness, but also on performance for real-world use or hardware implementation.
شرح المميزات:
- Works with all versions of Java, version 1.0 included (1996 era)
- No external library dependencies
- Translates easily to other computer languages
- Correctness first, performance second
- Suitable for academic study
- Extremely modular in design, hierarchical structure
- Operates directly on pixel buffers or on abstract interfaces
- Encapsulates algorithms instead of data (procedural)
- Emphasis on extensibility
- Implements a modern, corrected version of Bresenham line-drawing algorithm (2001)
- Pixel-level aliasing always, endpoint/vertex aliasing never
- Support for CSG rendering frameworks that use Goldfeather-type algorithms
- Capable of parallelizing/tiling complex rendering operations (coming soon)
- Support for multiple CPU core usage, for increased rendering performance (coming soon)
- Support for texture mapping, Phong shading, and custom lighting via U,V interpolated polygon coordinates (coming soon)
الجمهور
Science/Research, Education, Developers, Quality Engineers, Architects, Engineering
لغة البرمجة
جافا
التصنيفات
هذا تطبيق يمكن جلبه أيضًا من https://sourceforge.net/projects/grafx/. تمت استضافته في OnWorks ليتم تشغيله عبر الإنترنت بأسهل طريقة من أحد أنظمتنا التشغيلية المجانية.